ShareKit.io Quick Access
This extension allows you to quickly create a custom link preview for the currently active tab using ShareKit.io
ShareKit.io Quick Accessとは何ですか?
ShareKit.io Quick AccessはShareKit.ioによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to quickly create a custom link preview for the currently active tab using ShareKit.io」です。
拡張機能のスクリーンショット
ShareKit.io Quick Access拡張機能のCRXファイルをダウンロード
ShareKit.io Quick Access拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ShareKit.io is a web-app which allows you to customize social media link previews by editing the title, description, and image. ShareKit facilitates the customization of link previews on social platforms including Facebook, Twitter, and LinkedIn - just upload an image and enter a title & description, and ShareKit will provide a new link that can then be shared on Facebook with a new, customized preview. This extension allows you to quickly access ShareKit.io to customize the link preview of the currently active tab - simply click on the extension's button in your browser's toolbar and modify the title, description, and image of the link preview to your liking.
拡張機能の基本情報
名前 | ShareKit.io Quick Access |
ID | bpafgghfpbfffjekbikjbccjbefekpff |
公式URL | https://chromewebstore.google.com/detail/sharekitio-quick-access/bpafgghfpbfffjekbikjbccjbefekpff |
説明 | This extension allows you to quickly create a custom link preview for the currently active tab using ShareKit.io |
ファイルサイズ | 24.16 KB |
インストール数 | 36 |
現在のバージョン | 1.0.0 |
最終更新日 | 2018-02-10 |
公開日 | 2018-02-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | ShareKit.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.sharekit.io |
ヘルプページのURL | https://www.sharekit.io/faq |
プライバシーポリシーページのURL | https://www.sharekit.io/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShareKit.io Quick Access", "short_name": "ShareKit.io", "version": "1.0.0", "manifest_version": 2, "description": "This extension allows you to quickly create a custom link preview for the currently active tab using ShareKit.io", "homepage_url": "https:\/\/www.sharekit.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Customize link preview" }, "permissions": [ "activeTab" ] } |