Pin It!

Save links to read later across any chrome.

Pin It!란 무엇입니까?

Pin It!은(는) blackchilled에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save links to read later across any chrome."입니다.

Pin It! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A super easy way to Pin your links so that you can read later on. Instead of trying to search your history later on, just Pin it and you can come back later and read that link. Perfect for those Wikipedia/Quora/Reddit browsing.

Created by BC                    

확장 프로그램 기본 정보

이름 Pin It! Pin It!
ID lelclmmddkdnopplahfbddmjeiocfcld
공식 URL https://chrome.google.com/webstore/detail/pin-it/lelclmmddkdnopplahfbddmjeiocfcld
설명 Save links to read later across any chrome.
파일 크기 48.21 KB
설치 횟수 11
현재 버전 0.0.1
최근 업데이트 2015-01-07
출시 날짜 2015-01-07
개발자 blackchilled
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pin It!",
    "manifest_version": 2,
    "version": "0.0.1",
    "description": "Save links to read later across any chrome.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "logo-bitty.png",
        "48": "logo-small.png",
        "128": "logo-large.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}