Salyangoz: Share your voyage on the net.

Salyangoz is a online bookmarking tool that allows you to share your bookmarks on your timeline and follow friends' bookmarks.

Salyangoz: Share your voyage on the net.とは何ですか?

Salyangoz: Share your voyage on the net.はhttps://salyangoz.meによって開発されたChromeの拡張機能で、その主な機能は「Salyangoz is a online bookmarking tool that allows you to share your bookmarks on your timeline and follow friends' bookmarks.」です。

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

screenshot
screenshot

Salyangoz: Share your voyage on the net.拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Salyangoz is a online bookmarking tool that allows you to share your bookmarks on your timeline and follow friends' bookmarks.

Comparing to Pocket or any other bookmark saving tools, Salyangoz is not a bookmark saving tool. Its behavior is Snapchat-ish. With the browser extension, you will be able to share your links on Salyangoz. It allows you to have a cleaner approach to view links up-to-date and daily. 

Your sharings will be available to see for 24 hours by your followers. On the Popular and Recent menus, you'll see most viewed links and most recent links in the 24 hours.

It uses Twitter to register and login.                    

拡張機能の基本情報

名前 Salyangoz: Share your voyage on the net. Salyangoz: Share your voyage on the net.
ID aohpnhhiblbnghfhpdgblpkpcibfbieo
公式URL https://chromewebstore.google.com/detail/salyangoz-share-your-voya/aohpnhhiblbnghfhpdgblpkpcibfbieo
説明 Salyangoz is a online bookmarking tool that allows you to share your bookmarks on your timeline and follow friends' bookmarks.
ファイルサイズ 20.31 KB
インストール数 42
現在のバージョン 0.0.13
最終更新日 2016-06-27
公開日 2016-06-26
評価 4.60/5 合計 10 レビュー
開発者 https://salyangoz.me
支払い方法 free
拡張機能のウェブサイト http://salyangoz.me
ヘルプページのURL https://www.producthunt.com/tech/salyangoz
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salyangoz: Share your voyage on the net.",
    "short_name": "Salyangoz",
    "version": "0.0.13",
    "manifest_version": 2,
    "description": "Salyangoz is a online bookmarking tool that allows you to share your bookmarks on your timeline and follow friends' bookmarks.",
    "homepage_url": "http:\/\/salyangoz.me",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "incognito": "not_allowed",
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/salyangoz.me\/*",
                "*:\/\/salyangoz.herokuapp.com\/*"
            ],
            "js": [
                "src\/checker.js"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "contextMenus",
        "activeTab",
        "*:\/\/salyangoz.me\/*"
    ],
    "browser_action": {
        "name": "Click to share your URL on Salyangoz.me."
    }
}