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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย salon.bigdaddy และคุณลักษณะหลักของมันคือ "I hope, this extension will be useful for many copywriters, content managers and web developers"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copywriter and content manager helper

ดาวน์โหลดไฟล์ส่วนขยาย Copywriter and content manager helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Copywriter and content manager helper Copywriter and content manager helper
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": [
        "",
        "contextMenus",
        "identity",
        "identity.email",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "tpl\/modals.html"
    ]
}