Site Connector
Reuse data from one website on another. Try Site Connector, a fast and convenient productivity boosting extension.
Site Connector란 무엇입니까?
Site Connector은(는) https://petasittek.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reuse data from one website on another. Try Site Connector, a fast and convenient productivity boosting extension."입니다.
확장 프로그램 스크린샷
Site Connector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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", "*:\/\/*\/*" ] } |