Sociocaster
This extension helps Sociocaster's users to share,schedule, and save content from the internet
Sociocasterとは何ですか?
Sociocasterはhttps://sociocaster.comによって開発されたChromeの拡張機能で、その主な機能は「This extension helps Sociocaster's users to share,schedule, and save content from the internet」です。
拡張機能のスクリーンショット
Sociocaster拡張機能のCRXファイルをダウンロード
Sociocaster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension helps Sociocaster's users to share,schedule, and save content from the internet Note: This is beta version Changelog : 1.6 - Disable hover button on Grafy.io 1.5 - Change cloud icon on facebook
拡張機能の基本情報
名前 | |
ID | dndocgpmcgeeepldhgfgkhceaogiikbk |
公式URL | https://chromewebstore.google.com/detail/sociocaster/dndocgpmcgeeepldhgfgkhceaogiikbk |
説明 | This extension helps Sociocaster's users to share,schedule, and save content from the internet |
ファイルサイズ | 79.39 KB |
インストール数 | 300 |
現在のバージョン | 1.6 |
最終更新日 | 2016-12-05 |
公開日 | 2016-12-04 |
評価 | 4.71/5 合計 7 レビュー |
開発者 | https://sociocaster.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://sociocaster.com/app/privacypolicy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sociocaster", "description": "This extension helps Sociocaster's users to share,schedule, and save content from the internet", "version": "1.6", "browser_action": { "default_icon": { "19": "logo_icon_19.png", "38": "logo_icon_38.png" }, "default_title": "Sociocaster" }, "background": { "scripts": [ "thirds\/jquery-2.1.1.min.js", "scripts\/background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "thirds\/jquery-2.1.1.min.js", "scripts\/inject.js", "scripts\/hover-button.js" ], "matches": [ "*:\/\/*\/*" ] }, { "css": [ "styles\/sc-facebook.css" ], "js": [ "scripts\/sc-facebook.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ] } ], "permissions": [ "tabs", "activeTab", "https:\/\/*.sociocaster.com\/*", "storage" ], "web_accessible_resources": [ "manifest.json", "images\/*" ], "homepage_url": "https:\/\/sociocaster.com", "icons": { "128": "logo_icon_128.png", "16": "logo_icon_small.png", "48": "logo_icon_large.png" }, "options_page": "options.html" } |