URL Sharer
This extension is to easily share your current page URL on social networks
URL Sharerとは何ですか?
URL Sharerはhttp://kodestack.comによって開発されたChromeの拡張機能で、その主な機能は「This extension is to easily share your current page URL on social networks」です。
拡張機能のスクリーンショット
URL Sharer拡張機能のCRXファイルをダウンロード
URL Sharer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is to easily share your current page URL on social networks and to copy url 拡張機能の基本情報
| 名前 | |
| ID | efbabpfmnagdngganefofhopnoddbmae |
| 公式URL | https://chrome.google.com/webstore/detail/url-sharer/efbabpfmnagdngganefofhopnoddbmae |
| 説明 | This extension is to easily share your current page URL on social networks |
| ファイルサイズ | 115 KB |
| インストール数 | 59 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2019-12-26 |
| 公開日 | 2019-12-25 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | http://kodestack.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/shivarajnaidu/URL-sharer |
| ヘルプページのURL | https://github.com/shivarajnaidu/URL-sharer |
| プライバシーポリシーページのURL | https://github.com/shivarajnaidu |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "URL Sharer",
"description": "This extension is to easily share your current page URL on social networks",
"version": "1.4",
"author": "Yuvaraj V (aka Shivaraj)",
"browser_action": {
"default_icon": "icons\/icon.png",
"default_popup": "index.html",
"default_title": "URL Sharer - Click And SHare !"
},
"icons": {
"16": "icons\/icon16x16.png",
"48": "icons\/icon48x48.png",
"128": "icons\/icon.png"
},
"background": {
"scripts": [
"background-script.js"
]
},
"permissions": [
"tabs",
"activeTab",
"clipboardWrite"
]
} | |