Shareaholic for Google Chrome™

The easiest way to share & bookmark great content from anywhere on the web with Facebook, Twitter, Pinterest & 200+ other services.

Shareaholic for Google Chrome™とは何ですか?

Shareaholic for Google Chrome™はhttps://shareaholic.comによって開発されたChromeの拡張機能で、その主な機能は「The easiest way to share & bookmark great content from anywhere on the web with Facebook, Twitter, Pinterest & 200+ other services.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Shareaholic for Google Chrome™拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Share links from any webpage, with anyone, using the services you already know and love like Facebook, Twitter, Pinterest, WhatsApp, and and any other sharing or saving service from one simple, convenient all-in-one browser extension.

 ✓ Save time and enhance your productivity!
 ✓ Optimized to load instantly without slowing down Google Chrome
 ✓ Keeps your bookmark bar nice & tidy
 ✓ Makes all your shared links across all your networks searchable in one place
 ✓ 1-click access to your favorite URL Shorteners (bit.ly, etc)
 ✓ Ability to sync extension settings across multiple computers and browsers
 ✓ NO REGISTRATION REQUIRED!
 ✓ 100% secure


If you like it, we'd appreciate if you'd rate it with a 5 star (see below) and tell your friends!   If you think it falls short in anyway, please let us know at【[email protected]】what you didn't like, so it will get fixed ASAP


We also love our users and have excellent customer service!  Here are a couple of quotes:

     "One of my favorite daily-use tools for a while now :) It rocks."
         -- Leslie Poston, co-author of the book "Twitter For Dummies"

      "This extension is fast; does not slow down Chrome at all."
         -- TechCrunch


  Notice
  ********
  Shareaholic does not access your private data. Chrome shows the warning for all extensions that access browser tabs even if they do not access any private data.

  Also available for all other major web browsers like Firefox, Safari and IE.

  Services
  ***********
  The extension support 100+ services with weekly updates and additions: https://www.shareaholic.com/website-tools/social-share-buttons/#services                    

拡張機能の基本情報

名前 Shareaholic for Google Chrome™ Shareaholic for Google Chrome™
ID kbmipnjdeifmobkhgogdnomkihhgojep
公式URL https://chromewebstore.google.com/detail/shareaholic-for-google-ch/kbmipnjdeifmobkhgogdnomkihhgojep
説明 The easiest way to share & bookmark great content from anywhere on the web with Facebook, Twitter, Pinterest & 200+ other services.
ファイルサイズ 487 KB
インストール数 41,004
現在のバージョン Explorer 35 6.3.2.3
最終更新日 2022-07-20
公開日 2019-04-19
評価 3.92/5 合計 923 レビュー
開発者 https://shareaholic.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://shareaholic.com
ヘルプページのURL https://shareaholic.com/help/
プライバシーポリシーページのURL https://www.shareaholic.com/privacy
対応言語 de,en,fr,es,hi,ar,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "6.3.2.3",
    "version_name": "Explorer 35 6.3.2.3",
    "description": "__MSG_extension_description__",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "vendor\/jquery.js",
            "vendor\/jquery.shortcuts.js",
            "shortener.js",
            "lib\/quicky.js",
            "lib\/shrservices.js",
            "SocialHistory.js",
            "background.js",
            "context_menu.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script_install_keybindings.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "app\/content_script_always.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.shareaholic.com\/*",
                "*:\/\/*.stageaholic.com\/*",
                "*:\/\/*.spreadaholic.com\/*"
            ],
            "js": [
                "content_script_backend.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/quicky.css"
            ],
            "js": [
                "vendor\/jquery.js",
                "app\/quick_share.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "images\/shareaholic_button_230_bw.png",
        "explorer\/guest.js"
    ],
    "icons": {
        "16": "images\/shareaholic_16x16.png",
        "32": "images\/shareaholic_32x32.png",
        "48": "images\/shareaholic_48x48.png",
        "128": "images\/shareaholic_128x128.png"
    },
    "browser_action": {
        "default_title": "Shareaholic",
        "default_icon": "images\/shareaholic_16x16_bw.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en"
}