ThinkLike.pro | Write Anything. Better.
AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.
什麼是ThinkLike.pro | Write Anything. Better.?
ThinkLike.pro | Write Anything. Better.是由https://thinklike.pro開發的Chrome擴展程式,該擴展的主要功能是“AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.”。
擴展截圖
下載ThinkLike.pro | Write Anything. Better.擴展crx文件
下載ThinkLike.pro | Write Anything. Better.擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
AI-driven virtual assistant that helps you compose compelling and persuasive writing. From cover letters to product descriptions, write anything. Better. 擴展基本資訊
| 名稱 | |
| ID | chmfmilbicjhellcaifpcfcjefabcnpa |
| 官方網址 | https://chromewebstore.google.com/detail/thinklikepro-write-anythi/chmfmilbicjhellcaifpcfcjefabcnpa |
| 簡介 | AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better. |
| 檔案大小 | 6.71 MB |
| 安裝次數 | 34 |
| 目前版本 | 1.0.3 |
| 更新時間 | 2020-06-01 |
| 上架時間 | 2020-06-01 |
| 開發者 | https://thinklike.pro |
| 付費類型 | free |
| 擴展官網 | https://www.thinklike.pro |
| 說明頁面URL | https://www.thinklike.pro |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ThinkLike.pro | Write Anything. Better.",
"author": "ThinkLike.pro",
"version": "1.0.3",
"description": "AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.",
"icons": {
"16": "assets\/icon-16.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "ThinkLikePro",
"default_icon": "assets\/icon-48.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_scripts": [
{
"js": [
"tlp.js"
],
"matches": [
"*:\/\/*\/*"
]
}
]
} | |