Pins

Pins Chrome extension

Pinsとは何ですか?

Pinsはhttps://objectivesheep.comによって開発されたChromeの拡張機能で、その主な機能は「Pins Chrome extension」です。

拡張機能のスクリーンショット

screenshot

Pins拡張機能のCRXファイルをダウンロード

Pins拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Chrome Extension for Pins, the Mac Bookmarks Manager App. This extension will add a toolbar button that allows to add the current page to Pins with one simple click.                    

拡張機能の基本情報

名前 Pins Pins
ID bijbbalamfkbdladlefegiaajfhmbjep
公式URL https://chromewebstore.google.com/detail/pins/bijbbalamfkbdladlefegiaajfhmbjep
説明 Pins Chrome extension
ファイルサイズ 8.08 KB
インストール数 486
現在のバージョン 2.0
最終更新日 2018-08-03
公開日 2018-08-03
評価 4.00/5 合計 5 レビュー
開発者 https://objectivesheep.com
支払い方法 free
拡張機能のウェブサイト http://pinsapp.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pins",
    "description": "Pins Chrome extension",
    "version": "2.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "Info-48.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Add to Pins",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}