Watchtower Online Library Search - Unofficial
Use the context menu to search words on Watch Tower Library
Vad är Watchtower Online Library Search - Unofficial?
Watchtower Online Library Search - Unofficial är en Chrome-tillägg utvecklad av Serge Benard, och dess huvudfunktion är "Use the context menu to search words on Watch Tower Library".
Tilläggsskärmbilder
Ladda ner Watchtower Online Library Search - Unofficial-förlängningens CRX-fil
Ladda ner Watchtower Online Library Search - Unofficial-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This is an unofficial Watchtower Online Library Search extension.
You can select default search resources in the options, which are saved on a per-browser basis.
Access the search capability by selecting text on any webpage, right clicking on the selected text, and clicking on the Watchtower Online Library search option.
V 1.1.1 - Small fixes and spelling
V 1.1 - Updates to the look of the Extension's Options. Better Cross-Browser Support. Grundläggande Information om Tillägg
| Namn | |
| ID | paibejibkjomgdecgblgfkoobjjoakom |
| Officiell webbadress | https://chromewebstore.google.com/detail/watchtower-online-library/paibejibkjomgdecgblgfkoobjjoakom |
| Beskrivning | Use the context menu to search words on Watch Tower Library |
| Filstorlek | 18.71 KB |
| Antal Installationer | 1,436 |
| Aktuell Version | 1.1.1 |
| Senast Uppdaterad | 2019-03-27 |
| Publiceringsdatum | 2019-03-27 |
| Betyg | 4.50/5 Totalt 8 Betyg |
| Utvecklare | Serge Benard |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Watchtower Online Library Search - Unofficial",
"description": "Use the context menu to search words on Watch Tower Library",
"version": "1.1.1",
"manifest_version": 2,
"options_ui": {
"page": "options.html"
},
"permissions": [
"contextMenus",
"storage"
],
"background": {
"scripts": [
"resources_scopes.js",
"background.js"
]
},
"browser_action": {
"default_popup": "options.html"
},
"icons": {
"16": "JWOL16.png",
"48": "JWOL48.png",
"128": "JWOL128.png"
}
} | |