Split up source files

Repository details (talkie)
Project page
talkie
Project category
(588 entries)
Repository
@joelpurra/talkie
Owner
@joelpurra
Commit details (68acf43d)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Split up source files

Raw text
Split up source files

Changed files (32)

Path Additions Deletions
extension-files.txt +16 -9
manifest.json +11 -4
src/background.js +0 -986
src/background/activity.js +196 -0
src/background/background.js +340 -0
src/background/button-popup.js +60 -0
src/background/commands.js +69 -0
src/background/context-menu.js +91 -0
src/background/icons.js +79 -0
src/{ => background}/language.js +0 -0
src/background/speak.js +332 -0
src/background/text.js +72 -0
src/{ => frontend}/shared-frontend.js +0 -0
src/{ => options}/options.html +4 -4
src/{ => options}/options.js +0 -0
src/{ => options}/tabrow.js +0 -0
src/{popup-start.html => popup/popup.html} +5 -5
src/{popup-start.js => popup/popup.js} +0 -0
src/shared.js +0 -921
src/shared/basic.js +65 -0
src/shared/broadcast.js +100 -0
src/shared/configuration.js +36 -0
src/shared/events.js +31 -0
src/shared/execute.js +130 -0
src/shared/log.js +43 -0
src/shared/plug.js +49 -0
src/shared/promise.js +50 -0
src/shared/storage.js +81 -0
src/shared/tabs.js +175 -0
src/shared/talkie-progress.js +130 -0
src/shared/urls.js +46 -0
src/shared/voices.js +55 -0

Commit categories (3)