Copywriter and content manager helper
I hope, this extension will be useful for many copywriters, content managers and web developers
Copywriter and content manager helper란 무엇입니까?
Copywriter and content manager helper은(는) salon.bigdaddy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "I hope, this extension will be useful for many copywriters, content managers and web developers"입니다.
확장 프로그램 스크린샷
Copywriter and content manager helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The application contains useful functions for more convenient work with the content of the site. Now there are 4 functions in the extension. 1. The application can easily remove modal windows that make it impossible to access content 2. Copy protected copy text 3. There is a character counter for copywriters (it is considered with and without spaces) 4. It is possible to convert the copied text into translit eg "tnx for donation" in tnx_for_donation. Very useful when generating URLs on sites. I would very much like your advice, what else can you hang on there, to save time on automatic operations when working with the browser. Write in the comments and I will add new functions to it. If you are satisfied with this extension, you can thank the developer here https://www.liqpay.ua/en/checkout/fbsort
확장 프로그램 기본 정보
이름 | |
ID | elnkjafpmcjgoammaeedgjmogecmahkp |
공식 URL | https://chrome.google.com/webstore/detail/copywriter-and-content-ma/elnkjafpmcjgoammaeedgjmogecmahkp |
설명 | I hope, this extension will be useful for many copywriters, content managers and web developers |
파일 크기 | 56.66 KB |
설치 횟수 | 259 |
현재 버전 | 0.4 |
최근 업데이트 | 2017-11-13 |
출시 날짜 | 2017-11-13 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | salon.bigdaddy |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copywriter and content manager helper", "short_name": "Content helper", "description": "I hope, this extension will be useful for many copywriters, content managers and web developers", "version": "0.4", "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.2.1.min.js", "content.js" ], "all_frames": true, "run_at": "document_end" } ], "browser_action": { "default_title": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0447\u0438\u043a", "default_icon": "icon-48.png", "default_popup": "tpl\/menu.html" }, "permissions": [ " |