New Domain in New Tab
Open links to new domains in a new tab. Configurable.
Vad är New Domain in New Tab?
New Domain in New Tab är en Chrome-tillägg utvecklad av https://devindodson.com, och dess huvudfunktion är "Open links to new domains in a new tab. Configurable.".
Tilläggsskärmbilder
Ladda ner New Domain in New Tab-förlängningens CRX-fil
Ladda ner New Domain in New Tab-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
Open links that lead to a new domain ( i.e., a new website ) in a new tab.
--Features--
* Default Setup : Will open links to new domains in a new tab for all sites after installation.
* Quick enable/disable : Find options to enable/disable the extension for the current domain by right-clicking the extension's icon in the browser bar.
* Whitelist : Only enable the extension on the specified sites.
* Blacklist : Enable the extension for all EXCEPT the specified sites.
* Visual indicator : The extension icon will turn blue when the extension is enabled for the current domain, and red when it is disabled. Grundläggande Information om Tillägg
| Namn | |
| ID | nokdeeoiaiicgnonknihiccadnnmpeoh |
| Officiell webbadress | https://chromewebstore.google.com/detail/new-domain-in-new-tab/nokdeeoiaiicgnonknihiccadnnmpeoh |
| Beskrivning | Open links to new domains in a new tab. Configurable. |
| Filstorlek | 190 KB |
| Antal Installationer | 558 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2017-07-21 |
| Publiceringsdatum | 2017-07-21 |
| Betyg | 3.15/5 Totalt 13 Betyg |
| Utvecklare | https://devindodson.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/trambopoline/new-domain-in-new-tab |
| Hjälpsida URL | https://github.com/trambopoline/new-domain-in-new-tab/issues |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "New Domain in New Tab",
"description": "Open links to new domains in a new tab. Configurable.",
"version": "1.0.1",
"options_page": "options.html",
"permissions": [
"tabs",
"storage",
"http:\/\/*\/*",
"https:\/\/*\/*",
"contextMenus"
],
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"32": "icons\/icon32.png",
"38": "icons\/icon38.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
},
"browser_action": []
} | |