Everything is Gothic
For when you want your web browsing to have a bit more of a gothic flare to it.
Vad är Everything is Gothic?
Everything is Gothic är en Chrome-tillägg utvecklad av emily hummel, och dess huvudfunktion är "For when you want your web browsing to have a bit more of a gothic flare to it.".
Tilläggsskärmbilder
Ladda ner Everything is Gothic-förlängningens CRX-fil
Ladda ner Everything is Gothic-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
Feeling the need to live a bit more in the 19th century? Looking for dark moors, secrets, libraries, and suitors that don't have your best interest at heart? Grundläggande Information om Tillägg
| Namn | |
| ID | njkfbecnecfdgpdgpmjgfabnjhinjcmc |
| Officiell webbadress | https://chromewebstore.google.com/detail/everything-is-gothic/njkfbecnecfdgpdgpmjgfabnjhinjcmc |
| Beskrivning | For when you want your web browsing to have a bit more of a gothic flare to it. |
| Filstorlek | 41.98 KB |
| Antal Installationer | 272 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2015-07-21 |
| Publiceringsdatum | 2015-07-20 |
| Betyg | 3.50/5 Totalt 10 Betyg |
| Utvecklare | emily hummel |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Everything is Gothic",
"version": "1.0",
"description": "For when you want your web browsing to have a bit more of a gothic flare to it.",
"author": "Emily Hummel",
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |