PicSee
Make your url more attractive
PicSeeとは何ですか?
PicSeeはpicsee.coによって開発されたChromeの拡張機能で、その主な機能は「Make your url more attractive」です。
拡張機能のスクリーンショット
PicSee拡張機能のCRXファイルをダウンロード
PicSee拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Customized your share link's Preview Image, support Facebook, Google, Twitter, LINE..., Makes your share link more attractive!
Sort your url for social network. 拡張機能の基本情報
| 名前 | |
| ID | maoighhkcobabafmpacnchanpaimamjo |
| 公式URL | https://chromewebstore.google.com/detail/picsee/maoighhkcobabafmpacnchanpaimamjo |
| 説明 | Make your url more attractive |
| ファイルサイズ | 89.55 KB |
| インストール数 | 6,442 |
| 現在のバージョン | 1.4.5 |
| 最終更新日 | 2021-08-12 |
| 公開日 | 2019-07-11 |
| 評価 | 4.00/5 合計 23 レビュー |
| 開発者 | picsee.co |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://picsee.io |
| ヘルプページのURL | https://picsee.io/about |
| プライバシーポリシーページのURL | https://picsee.io/privacy |
| 対応言語 | zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PicSee",
"description": "Make your url more attractive",
"version": "1.4.5",
"icons": {
"128": "images\/PicSee_logo_128.png"
},
"background": {
"scripts": [
"js\/background.js",
"library\/js-cookie.js"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"contextMenus",
"identity",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"oauth2": {
"client_id": "115539371895-g0d3puek92bs3qu4qkboj7strq6858mk.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.profile",
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
}
} | |