Annex
Annex: Your gateway to top literary sites and curated book recommendations.
Vad är Annex?
Annex är en Chrome-tillägg utvecklad av jacob.mill115, och dess huvudfunktion är "Annex: Your gateway to top literary sites and curated book recommendations.".
Tilläggsskärmbilder
Ladda ner Annex-förlängningens CRX-fil
Ladda ner Annex-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
Transform your reading experience with Annex. Our new tab extension provides instant access to the best reading resources and literary websites. Discover new books, insightful reviews, and a world of reading, all in one tab.
By clicking "Add to chrome", I accept and agree to installing the Annex extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in terms of use https://annexext.com/terms-and-conditions/ and Privacy Policy: https://annexext.com/privacy-policy/ Grundläggande Information om Tillägg
| Namn | |
| ID | kebgnpbojkhkcelgjiednpddefdnnohg |
| Officiell webbadress | https://chromewebstore.google.com/detail/annex/kebgnpbojkhkcelgjiednpddefdnnohg |
| Beskrivning | Annex: Your gateway to top literary sites and curated book recommendations. |
| Filstorlek | 995 KB |
| Antal Installationer | 20,000 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2023-09-04 |
| Publiceringsdatum | 2023-09-03 |
| Betyg | 5.00/5 Totalt 38 Betyg |
| Utvecklare | jacob.mill115 |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://annexext.com/privacy-policy |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Annex",
"description": "Annex: Your gateway to top literary sites and curated book recommendations.",
"background": {
"service_worker": "background.js"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"128": "img\/128.png"
},
"version": "1.0"
} | |