Site Connector
Reuse data from one website on another. Try Site Connector, a fast and convenient productivity boosting extension.
Site Connectorคืออะไร?
Site Connector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://petasittek.com และคุณลักษณะหลักของมันคือ "Reuse data from one website on another. Try Site Connector, a fast and convenient productivity boosting extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Site Connector
ดาวน์โหลดไฟล์ส่วนขยาย Site Connector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Site Connector allows you to create so-called "recipes" that consist of two scripts: a source script and target script. The source script extracts any data from any webpage's content you're browsing and the target script pastes the data into another page. 🚀 Example usage ⭐️ Extract arbitrary data from any page and pass it on to Twitter, Facebook etc. right into the compose box. ⭐️ Save videos from Vimeo, Facebook, Vevo, TED, Vine, Twitch and almost any other video website in a few clicks! ⭐️ Site Connector comes with 3 preinstalled recipes so you can start off right away! Try it. ;) 🚀 Access and manipulate data you find on websites easily and leverage your creativity and imagination to take it to the next level. 🚀 Permissions explained ⭐️ "Read and change all your data on the websites you visit": to allow your scripts to read from the source webpage and interact with the destination webpage Completely free and with no ads Made with ♥ by Peta Sittek
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Site Connector |
ID | fncdipbcmcjafbnfkkfgocoghjjdmfej |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/site-connector/fncdipbcmcjafbnfkkfgocoghjjdmfej |
คำอธิบาย | Reuse data from one website on another. Try Site Connector, a fast and convenient productivity boosting extension. |
ขนาดไฟล์ | 401 KB |
จำนวนการติดตั้ง | 1,417 |
เวอร์ชันปัจจุบัน | 1.3.9 |
อัปเดตครั้งล่าสุด | 2022-10-19 |
วันที่เผยแพร่ | 2017-07-25 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://petasittek.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://chrome.google.com/webstore/detail/site-connector/fncdipbcmcjafbnfkkfgocoghjjdmfej |
URL หน้าช่วยเหลือ | https://chrome.google.com/webstore/detail/site-connector/fncdipbcmcjafbnfkkfgocoghjjdmfej/support |
URL หน้านโยบายความเป็นส่วนตัว | https://www.petasittek.com/chrome-extensions-privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Site Connector", "description": "Reuse data from one website on another. Try Site Connector, a fast and convenient productivity boosting extension.", "version": "1.3.9", "icons": { "16": "icon\/icon-16.png", "32": "icon\/icon-32.png", "48": "icon\/icon-48.png", "128": "icon\/icon-128.png" }, "browser_action": { "default_icon": { "19": "icon\/icon-19.png", "38": "icon\/icon-38.png" }, "default_popup": "popup.html", "default_title": "Site Connector" }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "js\/config.js", "js\/fn.js", "js\/storage-local.js", "js\/recipes-default.js", "background.js" ] }, "permissions": [ "tabs", "storage", "unlimitedStorage", "*:\/\/*\/*" ] } |