Push Pin

A bulletin Board extension.

Push Pinとは何ですか?

Push PinはSuperstringTheoryによって開発されたChromeの拡張機能で、その主な機能は「A bulletin Board extension.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Push Pin is a full featured extension for use with bulletin boards.

Push Pin allows you to customize the context menu so that you can quickly post to your favorite bulletin boards as well as giving you control over how you ignore users and notifying when others reply to your posts.  After entering just a few details you will be able to...

Create a new thread quickly, in any forum, from any page via a context menu.
Just right click anywhere in the browser to access the Push Pin New Thread menus where you can pick the specific forum for your new thread.  The thread ban list (if present) will be populated.

Create a new thread referencing an article or blog post with a just a few clicks.  Just select the text you wish to share and right click to access a Push Pin Copy menu to again pick the specific forum for your new thread. The title and thread ban list (if present) will be populated while the selected text and a link will be copied to your clipboard.  

Threads you post in are watched and Push Pin will notify you when replies to your posts are found.  

Auto populate the thread ban list (if enabled on your forum) and fully ignore users (including threads they start) from a saved list. Every board has its trolls. Many boards disable the ignore feature, others display some generic message to let you know an ignored user has posted and few allow you to ignore the obnoxious titles and/or excessive threads of trolls. Push Pin gives you, as a user, full control over the ignore feature. 

Export/Import settings.  Now you can export and import your settings to synchronize settings across all the computers you use.

Note: Push Pin was designed for common vBulletin forums but has been extended to support phpBB.  If it does not work with your favorite bulletin board then let me know an I will try to add support.                    

拡張機能の基本情報

名前 Push Pin Push Pin
ID aakaakelohpkplpmenofiokndcpmhgog
公式URL https://chrome.google.com/webstore/detail/push-pin/aakaakelohpkplpmenofiokndcpmhgog
説明 A bulletin Board extension.
ファイルサイズ 117 KB
インストール数 39
現在のバージョン 1.3.0.7
最終更新日 2015-03-02
公開日 2015-03-02
評価 1.50/5 合計 2 レビュー
開発者 SuperstringTheory
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "main.html"
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "Push Pin",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/content_script.js",
                "scripts\/data.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "A bulletin Board extension.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Push Pin",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "activeTab",
        "storage",
        "*:\/\/*\/newthread.php",
        "*:\/\/*\/forum.php",
        "*:\/\/*\/forumdisplay.php",
        "*:\/\/*\/showthread.php",
        "webNavigation"
    ],
    "version": "1.3.0.7"
}