Design Mode

Toggle the ability to temporarily edit content directly in a website.

Co to jest Design Mode?

Design Mode to rozszerzenie Chrome opracowane przez madeco, a jego główną funkcją jest „Toggle the ability to temporarily edit content directly in a website.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Design Mode

Pobierz pliki rozszerzeń Design Mode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Click the pen icon to change text in a website. Click again to turn it off :)

Try out new/alternative content by manipulating text directly in a website, without having to go through a build-tool or CMS. With Design Mode you can manipulate all text on a website including headers and links. A page refresh brings the old content right back.                    

Podstawowe informacje o rozszerzeniu

Nazwa Design Mode Design Mode
ID cfikhhompgapfkmjdhlofhjgkikcckac
Oficjalny URL https://chrome.google.com/webstore/detail/design-mode/cfikhhompgapfkmjdhlofhjgkikcckac
Opis Toggle the ability to temporarily edit content directly in a website.
Rozmiar pliku 17.15 KB
Liczba instalacji 646
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2018-11-14
Data Publikacji 2018-11-14
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper madeco
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "0.3",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "designmode.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Toggle design mode",
        "default_icon": "design-mode.png"
    },
    "icons": {
        "48": "design-mode-active.png",
        "128": "design-mode128.png"
    },
    "manifest_version": 2
}