Code Pin

Pin your favorite code

Vad är Code Pin?

Code Pin är en Chrome-tillägg utvecklad av gonelf, och dess huvudfunktion är "Pin your favorite code".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Code Pin-förlängningens CRX-fil

Ladda ner Code Pin-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

                        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                    

Grundläggande Information om Tillägg

Namn Code Pin Code Pin
ID jejfnidohoiookblfekocmkeogjmhjfe
Officiell webbadress https://chrome.google.com/webstore/detail/code-pin/jejfnidohoiookblfekocmkeogjmhjfe
Beskrivning Pin your favorite code
Filstorlek 9.17 KB
Antal Installationer 26
Aktuell Version 1.0
Senast Uppdaterad 2015-08-08
Publiceringsdatum 2015-08-08
Utvecklare gonelf
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}