Domain Switcher Forked
Simplify web development by easily switching domains between specified URL groups. Forked version.
Wat is Domain Switcher Forked?
Domain Switcher Forked is een Chrome-extensie ontwikkeld door Mestrona, en de belangrijkste functie is "Simplify web development by easily switching domains between specified URL groups. Forked version.".
Extensie Screenshots
Download het CRX-bestand van de extensie Domain Switcher Forked
Download Domain Switcher Forked-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Domain Switcher by Steve Hanson, fork by Mestrona
This is a fork of https://chrome.google.com/webstore/detail/domain-switcher/lbehdhpgigdlinfkidifkbhjnaglfojc
with some additional features and fixes
Main additional feature: Project templates
Source: https://github.com/amenk/domain-switcher-chrome Basisinformatie over de Extensie
| Naam | |
| ID | obncmfopicdjkamflcoipkjdpkdhfjji |
| Officiële URL | https://chromewebstore.google.com/detail/domain-switcher-forked/obncmfopicdjkamflcoipkjdpkdhfjji |
| Beschrijving | Simplify web development by easily switching domains between specified URL groups. Forked version. |
| Bestandsgrootte | 1.07 MB |
| Aantal Installaties | 50 |
| Huidige Versie | 0.6.5 |
| Laatst Bijgewerkt | 2017-01-25 |
| Publicatiedatum | 2017-01-25 |
| Ontwikkelaar | Mestrona |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.6.5",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"page_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "Domain Switcher Forked",
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": [
"tabs"
]
} | |