Code Pin

Pin your favorite code

Co to jest Code Pin?

Code Pin to rozszerzenie Chrome opracowane przez gonelf, a jego główną funkcją jest „Pin your favorite code”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Code Pin

Pobierz pliki rozszerzeń Code Pin 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

                        Now you can save pages without images into your Pinterest account like Github and others.
Just install and use.
Visit github page to improve this project: https://github.com/gonelf/pin-code-chrome-extension                    

Podstawowe informacje o rozszerzeniu

Nazwa Code Pin Code Pin
ID jejfnidohoiookblfekocmkeogjmhjfe
Oficjalny URL https://chrome.google.com/webstore/detail/code-pin/jejfnidohoiookblfekocmkeogjmhjfe
Opis Pin your favorite code
Rozmiar pliku 9.17 KB
Liczba instalacji 26
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-08-08
Data Publikacji 2015-08-08
Deweloper gonelf
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Code Pin",
    "description": "Pin your favorite code",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "CodePin.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs"
    ]
}