DergiPark

Manage the Content You Use While Doing Research at DergiPark.

DergiParkคืออะไร?

DergiPark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DergiPark และคุณลักษณะหลักของมันคือ "Manage the Content You Use While Doing Research at DergiPark."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DergiPark

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

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

                        Araştırma Yaparken Kullandığınız İçeriği DergiPark’ta Yönetin

DergiPark eklentisi, araştırmacıların çalışmalarında kullandıkları kaynakları DergiPark'a aktaran bir uzantıdır.

DergiPark eklentisi ile yararlandığınız kaynakları DergiPark’a kaydedebilir ve araştırma içeriğinizi DergiPark’ta toplayabilirsiniz. Böylece çalışırken yararlandığınız ve DergiPark’a kaydettiğiniz kaynaklarınıza, DergiPark hesabınız üzerinden kolayca erişebilirsiniz.

Eklentiyi kurduktan ve DergiPark'a giriş yaptıktan sonra, yararlandığınız internet sayfasına ait bağlantıyı, bu eklenti üzerinden DergiPark hesabınıza ekleyebilirsiniz.
DergiPark hesabınıza geçerek Araştırmalarım sayfanızda içeriğinizi görebilirsiniz.
Kaydettiğiniz bağlantı, sayfa başlığını ve linkini içerir.

Eklenti üzerinden kesinlikle özel ve hassas veriler (şifre, e-posta, doğum tarihi vb.) istenmemektedir.

Google Akademik üzerindeki içerikleri doğrudan araştırmalarınıza ekleyebilirsiniz.

Bu eklentinin amacı; araştırmacıların çalışmalarında kullanmış olduğu kaynakların DergiPark'a aktarımını sağlamaktır. 

Manage the Content You Use While Doing Research at DergiPark

The DergiPark plugin is an extension that transfers the resources that researchers use in their studies to DergiPark.

With the DergiPark plugin, you can save the resources you benefit from in DergiPark and collect your research content in DergiPark. Thus, you can easily access the resources you use while working through your DergiPark account.

After installing the plugin and logging in to DergiPark, you can add the link of the website you are using to your DergiPark account via this plugin.
By logging into your DergiPark account, you can view your content on your "My Researches" page.
The link you save includes the page title and link.

Absolutely no private and sensitive data (password, e-mail, date of birth, etc.) is requested through the plugin.

You can add content on Google Scholar directly to your research.

The purpose of this plugin; To ensure that the resources used by the researchers in their studies are transferred to DergiPark.                    

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

ชื่อ DergiPark DergiPark
ID aahdnpmgdhpjgjmopbbbccahakjlhkod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dergipark/aahdnpmgdhpjgjmopbbbccahakjlhkod
คำอธิบาย Manage the Content You Use While Doing Research at DergiPark.
ขนาดไฟล์ 187 KB
จำนวนการติดตั้ง 2,061
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2023-10-13
วันที่เผยแพร่ 2021-12-01
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา DergiPark
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dergipark.org.tr/tr/
URL หน้าช่วยเหลือ https://confluence.ulakbim.gov.tr/display/DYM
URL หน้านโยบายความเป็นส่วนตัว https://dergipark.org.tr/tr/pub/privacy/terms
ภาษาที่รองรับ tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DergiPark",
    "description": "Manage the Content You Use While Doing Research at DergiPark.",
    "content_scripts": [
        {
            "js": [
                "\/js\/jquery.min.js",
                "\/js\/alert_util.js",
                "\/js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.2.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "icons\/DP-02.png",
        "128": "icons\/DP-02.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/DP-02.png",
            "24": "icons\/DP-02.png",
            "32": "icons\/DP-02.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}