Оригинальные Тексты Yandex WebMaster

Расширение для google chrome Оригинальные Тексты Yandex WebMaster

Оригинальные Тексты Yandex WebMaster란 무엇입니까?

Оригинальные Тексты Yandex WebMaster은(는) http://zixn.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Расширение для google chrome Оригинальные Тексты Yandex WebMaster"입니다.

확장 프로그램 스크린샷

screenshot

Оригинальные Тексты Yandex WebMaster 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Расширение добавляет в ваш браузер возможность отправки текста в сервис "Оригинальные тексты Яндекс".
Сервис  "Оригинальные тексты Яндекс" позволяет защитить ваш контент от копирования и своевременно сообщить поисковой машине о правах на текст.
Расширение настраивается в три простых шага, далее публиковать тексты можно с любой вкладки вашего браузера.                    

확장 프로그램 기본 정보

이름 Оригинальные Тексты Yandex WebMaster Оригинальные Тексты Yandex WebMaster
ID pfpplklhkfmgfdjppdblegpeloeefinn
공식 URL https://chrome.google.com/webstore/detail/%D0%BE%D1%80%D0%B8%D0%B3%D0%B8%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5-%D1%82%D0%B5%D0%BA%D1%81%D1%82%D1%8B-yande/pfpplklhkfmgfdjppdblegpeloeefinn
설명 Расширение для google chrome Оригинальные Тексты Yandex WebMaster
파일 크기 373 KB
설치 횟수 58
현재 버전 1.0
최근 업데이트 2015-03-11
출시 날짜 2015-03-11
평점 5.00/5 총 1 개의 평점
개발자 http://zixn.ru
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.zixn.ru/rasshirenie-dlya-google-chrome-originalnye-teksty-yandex-webmaster.html
도움말 페이지 URL http://www.zixn.ru/rasshirenie-dlya-google-chrome-originalnye-teksty-yandex-webmaster.html
지원되는 언어 ru
manifest.json
{
    "background": {
        "page": "ortext-yandex-opt.html"
    },
    "browser_action": {
        "default_icon": "yandex.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/webmaster.yandex.ru\/api\/v2\/hosts; object-src 'self'",
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f google chrome \u041e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u0422\u0435\u043a\u0441\u0442\u044b Yandex WebMaster",
    "manifest_version": 2,
    "name": "\u041e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u0422\u0435\u043a\u0441\u0442\u044b Yandex WebMaster",
    "options_page": "ortext-yandex-opt.html",
    "permissions": [
        "notifications",
        "storage",
        "https:\/\/yandex.ru",
        "https:\/\/webmaster.yandex.ru\/api\/v2\/hosts",
        "https:\/\/google.com"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}